Fixes
authorMatthias Clasen <matthiasc@src.gnome.org>
Sat, 19 Jun 2004 01:21:59 +0000 (01:21 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 19 Jun 2004 01:21:59 +0000 (01:21 +0000)
docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtktreemodelfilter.sgml

index 591a2b433051d7794bb4014a971794d94d6c1c6e..1921bf07ac78e10ae6be8fa0e96669b7fb9b1f9f 100644 (file)
@@ -1,3 +1,8 @@
+Fri Jun 18 21:20:42 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtktreemodelfilter.sgml: Fix the docs for
+       GtkTreeModelFilterVisibleFunc (#144583, Olivier Andrieu)
+
 Mon May 31 00:16:36 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/tmpl/gtktable.sgml: Document the default attach
index 62ad1b0ebad4c7e758f6c4dc4778c220ec238fa3..e8d00a9e91b541d0f34cae12488b0c95a48a2a03 100644 (file)
@@ -55,8 +55,9 @@ The GtkTreeModelFilter struct contains only private fields.
 A function which decides whether the row indicated by @iter is visible.
 </para>
 
-@model: the #GtkTreeModelFilter
-@iter: a #GtkTreeIter pointing to the row whose visibility is determined
+@model: the child model of the #GtkTreeModelFilter
+@iter: a #GtkTreeIter pointing to the row in @model whose visibility 
+   is determined
 @data: user data given to gtk_tree_model_filter_set_visible_func()
 @Returns: Whether the row indicated by @iter is visible.